home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / gui / uberwidgets / UberEvents.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  432b  |  11 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. import wx
  5. import wx.lib.newevent as wx
  6. newevt = wx.lib.newevent.NewEvent
  7. (UBOver, EVT_UB_OVER) = newevt()
  8. (UBOut, EVT_UB_OUT) = newevt()
  9. (DragStart, EVT_DRAG_START) = newevt()
  10. (TabNotifiedEvent, EVT_TAB_NOTIFIED) = newevt()
  11.